home *** CD-ROM | disk | FTP | other *** search
- #ifndef PATCHLEVEL_H
- #define PATCHLEVEL_H
- /*========================================================================
- *
- * Name - patchlevel.h
- *
- * Version: 1.13
- *
- * ccsid: @(#)patchlevel.h 1.13 - 04/26/93 17:44:30
- * from: ccs/s.patchlevel.h
- * date: 06/28/93 09:14:49
- *
- * Copyright (C), 1990-93 Bruce Schuchardt
- * See cpyright.h for full copyright information.
- *
- * Description: patch level for xgrabsc
- *
- *========================================================================*/
-
- /* XGRABSC_PATCHLEVEL has no bearing on the patch level for individual
- * versions. Starting with v2.0, version minor numbers indicate the
- * patch level for a particular version. XGRABSC_PATCHLEVEL indicates
- * the number of released patches/versions since v1.0 was released in
- * 1990.
- */
-
- #define XGRABSC_PATCHLEVEL 10
-
- #define XGRABSC_VERSION "2.3 06/28/93 09:14:49"
- #endif
-